home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / fordsho.exe / TAUSHO.BAT next >
DOS Batch File  |  1992-04-29  |  336b  |  12 lines

  1. @ECHO OFF
  2. REM
  3. REM  Run the TAURUS SHO Information Package.  This batch file expects the
  4. REM  files TAUSHO2.EXE and TAUSHO.GL to be in the current directory.
  5. REM
  6. IF NOT EXIST TAUSHO2.EXE GOTO ERROR
  7. IF NOT EXIST TAUSHO.GL GOTO ERROR
  8. TAUSHO2 TAUSHO
  9. GOTO DONE
  10. :ERROR
  11. ECHO Error . . . TAUSHO2.EXE and/or TAUSHO.GL not found.
  12. :DONE